home *** CD-ROM | disk | FTP | other *** search
- object Targets: TTargets
- Left = 229
- Top = 119
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Link Anchors'
- ClientHeight = 265
- ClientWidth = 428
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = [fsBold]
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 113
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Anchor Name:'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 144
- Top = 20
- Width = 241
- Height = 29
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 24
- Top = 64
- Width = 257
- Height = 185
- BevelOuter = bvLowered
- Color = clSilver
- TabOrder = 1
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 137
- Height = 20
- AutoSize = False
- Caption = 'Existing Anchors'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ListBox1: TListBox
- Left = 8
- Top = 33
- Width = 241
- Height = 145
- Color = clSilver
- ItemHeight = 20
- TabOrder = 0
- end
- end
- object BitBtn1: TBitBtn
- Left = 304
- Top = 104
- Width = 105
- Height = 34
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 304
- Top = 160
- Width = 105
- Height = 33
- TabOrder = 3
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-